home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / bjack.swf / scripts / frame_427 / DoAction_2.as next >
Text File  |  2006-01-17  |  295b  |  7 lines

  1. FinTot = Credit;
  2. PrctWins = int(StWins / StHands * "100" + "0.5");
  3. PrctLosses = int(StLosses / StHands * "100" + "0.5");
  4. PrctPushes = int(StPushes / StHands * "100" + "0.5");
  5. PrctBusts = int(StBusts / StHands * "100" + "0.5");
  6. PrctBlackjacks = int(StBlackjacks / StHands * "100" + "0.5");
  7.